type golang.org/x/net/http2.responseWriterState
12 uses
golang.org/x/net/http2 (current package)
server.go#L77: rws := &responseWriterState{}
server.go#L2342: rws := responseWriterStatePool.Get().(*responseWriterState)
server.go#L2344: *rws = responseWriterState{} // zero all the fields
server.go#L2590: rws *responseWriterState
server.go#L2600: type responseWriterState struct {
server.go#L2625: type chunkWriter struct{ rws *responseWriterState }
server.go#L2637: func (rws *responseWriterState) hasTrailers() bool { return len(rws.trailers) > 0 }
server.go#L2639: func (rws *responseWriterState) hasNonemptyTrailers() bool {
server.go#L2651: func (rws *responseWriterState) declareTrailer(k string) {
server.go#L2669: func (rws *responseWriterState) writeChunk(p []byte) (n int, err error) {
server.go#L2808: func (rws *responseWriterState) promoteUndeclaredTrailers() {
server.go#L2967: func (rws *responseWriterState) writeHeader(code int) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)